diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock
index 435308774..56451735a 100644
--- a/cw_monero/pubspec.lock
+++ b/cw_monero/pubspec.lock
@@ -511,8 +511,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
-      resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
+      ref: "84e52393e395d75f449bcd81e23028889538118f"
+      resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
       url: "https://github.com/mrcyjanek/monero_c"
     source: git
     version: "0.0.0"
diff --git a/cw_monero/pubspec.yaml b/cw_monero/pubspec.yaml
index f1f08cb85..58c5fc968 100644
--- a/cw_monero/pubspec.yaml
+++ b/cw_monero/pubspec.yaml
@@ -25,7 +25,7 @@ dependencies:
   monero:
     git:
       url: https://github.com/mrcyjanek/monero_c
-      ref: 127c54599c612d7d3d226e4c016d5812e7a0966d
+      ref: 84e52393e395d75f449bcd81e23028889538118f
       path: impls/monero.dart
   mutex: ^3.1.0
   ledger_flutter_plus: ^1.4.1
diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock
index 34aad74e1..645beb141 100644
--- a/cw_wownero/pubspec.lock
+++ b/cw_wownero/pubspec.lock
@@ -471,8 +471,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
-      resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
+      ref: "84e52393e395d75f449bcd81e23028889538118f"
+      resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
       url: "https://github.com/mrcyjanek/monero_c"
     source: git
     version: "0.0.0"
diff --git a/cw_wownero/pubspec.yaml b/cw_wownero/pubspec.yaml
index 8f03c79d7..d81cda250 100644
--- a/cw_wownero/pubspec.yaml
+++ b/cw_wownero/pubspec.yaml
@@ -25,7 +25,7 @@ dependencies:
   monero:
     git:
       url: https://github.com/mrcyjanek/monero_c
-      ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
+      ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
       path: impls/monero.dart
   mutex: ^3.1.0
 
diff --git a/cw_zano/pubspec.lock b/cw_zano/pubspec.lock
index bc7e1a5f9..55246ad3a 100644
--- a/cw_zano/pubspec.lock
+++ b/cw_zano/pubspec.lock
@@ -476,8 +476,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
-      resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
+      ref: "84e52393e395d75f449bcd81e23028889538118f"
+      resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
       url: "https://github.com/mrcyjanek/monero_c"
     source: git
     version: "0.0.0"
diff --git a/cw_zano/pubspec.yaml b/cw_zano/pubspec.yaml
index 537b46f8c..b036a874f 100644
--- a/cw_zano/pubspec.yaml
+++ b/cw_zano/pubspec.yaml
@@ -26,7 +26,7 @@ dependencies:
   monero:
     git:
       url: https://github.com/mrcyjanek/monero_c
-      ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
+      ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
       path: impls/monero.dart
 dev_dependencies:
   flutter_test:
diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh
index 2301209f6..133c0ab2f 100755
--- a/scripts/prepare_moneroc.sh
+++ b/scripts/prepare_moneroc.sh
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
 then
     git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
     cd monero_c
-    git checkout 127c54599c612d7d3d226e4c016d5812e7a0966d
+    git checkout 84e52393e395d75f449bcd81e23028889538118f
     git reset --hard
     git submodule update --init --force --recursive
     ./apply_patches.sh monero