diff --git a/scripts/fetch-sdcard-payload.sh b/scripts/fetch-sdcard-payload.sh index ea7f1e0..5180c8a 100755 --- a/scripts/fetch-sdcard-payload.sh +++ b/scripts/fetch-sdcard-payload.sh @@ -158,7 +158,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="8f0185b5f36f14fbaf48cc95a21dbbda759cc5a2" +readonly PINNED_CORES_COMMIT="c834927f2b7561092710e6f5e7689a526a10d1ba" readonly CORES_API_URL="https://api.github.com/repos/MiSTer-devel/Distribution_MiSTer/contents/_Console?ref=${PINNED_CORES_COMMIT}" # --- small helpers ---------------------------------------------------------