We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a60e930 + eb24b03 commit d4cda75Copy full SHA for d4cda75
pkgs/applications/emulators/libretro/cores/picodrive.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "picodrive";
8
- version = "0-unstable-2025-03-25";
+ version = "0-unstable-2025-04-03";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "picodrive";
13
- rev = "752c266491ae8775dab9a98dbd94472f42b9b16f";
14
- hash = "sha256-l9qYOUyQzyleWeQv74rEOEwOk6iyH43WVIUHcC6Aw2Y=";
+ rev = "1a08d73159820bb31941d8c5ed6242a74bd4b332";
+ hash = "sha256-849XeceXoPHpOMlxVtHgL2TYQTHibUbGs0oHBEiCzvw=";
15
fetchSubmodules = true;
16
};
17
0 commit comments