libretro.picodrive: 0-unstable-2025-04-03 -> 0-unstable-2025-04-10 (#399551)

This commit is contained in:
Thiago Kenji Okada
2025-04-17 20:58:16 +01:00
committed by GitHub
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
core = "picodrive";
version = "0-unstable-2025-04-03";
version = "0-unstable-2025-04-10";
src = fetchFromGitHub {
owner = "libretro";
repo = "picodrive";
rev = "1a08d73159820bb31941d8c5ed6242a74bd4b332";
hash = "sha256-849XeceXoPHpOMlxVtHgL2TYQTHibUbGs0oHBEiCzvw=";
rev = "c4332d608c1005a46ce51236ade9894e0d32e52b";
hash = "sha256-qu5pnqHHO/k8OO2XXwd/H7AQsutmnMz+RBT6ZZFXZgk=";
fetchSubmodules = true;
};