libretro.picodrive: 0-unstable-2025-03-25 -> 0-unstable-2025-04-03 (#397062)

This commit is contained in:
Thiago Kenji Okada
2025-04-08 19:02:29 +01:00
committed by GitHub
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
core = "picodrive";
version = "0-unstable-2025-03-25";
version = "0-unstable-2025-04-03";
src = fetchFromGitHub {
owner = "libretro";
repo = "picodrive";
rev = "752c266491ae8775dab9a98dbd94472f42b9b16f";
hash = "sha256-l9qYOUyQzyleWeQv74rEOEwOk6iyH43WVIUHcC6Aw2Y=";
rev = "1a08d73159820bb31941d8c5ed6242a74bd4b332";
hash = "sha256-849XeceXoPHpOMlxVtHgL2TYQTHibUbGs0oHBEiCzvw=";
fetchSubmodules = true;
};