diff --git a/external-libs/script/monero-fetch.sh b/external-libs/script/monero-fetch.sh
index d6c23291..1c86066d 100755
--- a/external-libs/script/monero-fetch.sh
+++ b/external-libs/script/monero-fetch.sh
@@ -7,7 +7,7 @@ source script/env.sh
 cd $EXTERNAL_LIBS_BUILD_ROOT
 
 url="https://github.com/m2049r/monero"
-version="release-v0.16.0.0-monerujo"
+version="release-v0.16.0.3-monerujo"
 
 if [ ! -d "monero" ]; then
   git clone ${url} -b ${version}