diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock
index a6a03dce5..c8ea186dd 100644
--- a/cw_monero/pubspec.lock
+++ b/cw_monero/pubspec.lock
@@ -503,8 +503,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: caaf1e56b1d2a254b332fdf848926fb963af4a3b
-      resolved-ref: caaf1e56b1d2a254b332fdf848926fb963af4a3b
+      ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f
+      resolved-ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f
       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 6fa235ee4..cb97c0cbd 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: caaf1e56b1d2a254b332fdf848926fb963af4a3b
+      ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f
 #      ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
       path: impls/monero.dart
   mutex: ^3.1.0
diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock
index b0347c023..621734cb4 100644
--- a/cw_wownero/pubspec.lock
+++ b/cw_wownero/pubspec.lock
@@ -503,8 +503,8 @@ packages:
     dependency: "direct main"
     description:
       path: "impls/monero.dart"
-      ref: caaf1e56b1d2a254b332fdf848926fb963af4a3b
-      resolved-ref: caaf1e56b1d2a254b332fdf848926fb963af4a3b
+      ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f
+      resolved-ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f
       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 582c15447..8fc536ee8 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: caaf1e56b1d2a254b332fdf848926fb963af4a3b
+      ref: bbd1a53e16ed57fff5147e1cd300ee88baff706f
 #      ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
       path: impls/monero.dart
   mutex: ^3.1.0
diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh
index 0d90e431a..e46002d68 100755
--- a/scripts/prepare_moneroc.sh
+++ b/scripts/prepare_moneroc.sh
@@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
 then
     git clone https://github.com/mrcyjanek/monero_c --branch master
     cd monero_c
-    git checkout 1d8e0fb30b53c28756f23676d5a3e1a99a9b3051
+    git checkout bbd1a53e16ed57fff5147e1cd300ee88baff706f
     git reset --hard
     git submodule update --init --force --recursive
     ./apply_patches.sh monero