diff --git a/scripts/fetch-sdcard-payload.sh b/scripts/fetch-sdcard-payload.sh index f95f511..fa3808d 100755 --- a/scripts/fetch-sdcard-payload.sh +++ b/scripts/fetch-sdcard-payload.sh @@ -151,7 +151,7 @@ readonly PINNED_WIFI_SH_SIZE="96637" # Any "as of " note is deliberately absent -- Renovate cannot update a # comment, so it would start lying on the first automatic bump. `git log -- # scripts/fetch-sdcard-payload.sh` is the bump record. -readonly PINNED_CORES_COMMIT="235db88fde683a1d99843731246be398a5d3cb4a" +readonly PINNED_CORES_COMMIT="8f0185b5f36f14fbaf48cc95a21dbbda759cc5a2" readonly CORES_API_URL="https://api.github.com/repos/MiSTer-devel/Distribution_MiSTer/contents/_Console?ref=${PINNED_CORES_COMMIT}" # --- small helpers ---------------------------------------------------------