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.
1 parent e9cc796 commit 567d30aCopy full SHA for 567d30a
1 file changed
pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "genesis-plus-gx";
8
- version = "0-unstable-2026-05-15";
+ version = "0-unstable-2026-06-05";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "Genesis-Plus-GX";
13
- rev = "162c3439a697ffdfa00a5d3f44af103bf671f5dc";
14
- hash = "sha256-ExPuJjMYMKgGWqLdM1AdxHHZejBmFQ/BCfSDzoy8A7o=";
+ rev = "f2b40ca6c97b2ff7f70d3c00d7ace84200bb31eb";
+ hash = "sha256-mvPRDQpRFClcQS26ARf7Mp2eEhf8AbvDG9DdTGHOrlI=";
15
};
16
17
meta = {
0 commit comments