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 70d3f97 commit c5b3992Copy full SHA for c5b3992
pkgs/applications/emulators/libretro/cores/beetle-pce-fast.nix
@@ -5,13 +5,13 @@
5
}:
6
mkLibretroCore {
7
core = "mednafen-pce-fast";
8
- version = "0-unstable-2025-03-07";
+ version = "0-unstable-2025-03-28";
9
10
src = fetchFromGitHub {
11
owner = "libretro";
12
repo = "beetle-pce-fast-libretro";
13
- rev = "9f2b7943db1fb784daf0948b0b493bc7f76919f8";
14
- hash = "sha256-fwrfZ0Z/DAtDRuBqxCS11/qNoomAtUgEOf4eOLk9vO0=";
+ rev = "4ee33ff536f14295c178a037f9b5d5a960ce3c6f";
+ hash = "sha256-ZL+aV469RHp5SSBFmK0q+1h2MdcM1q+TZu5Rrv/N0DU=";
15
};
16
17
makefile = "Makefile";
0 commit comments