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 55ecab6 + 4ddfe7e commit f7f8fc4Copy full SHA for f7f8fc4
pkgs/applications/emulators/libretro/cores/ppsspp.nix
@@ -13,13 +13,13 @@
13
}:
14
mkLibretroCore {
15
core = "ppsspp";
16
- version = "0-unstable-2025-04-24";
+ version = "0-unstable-2025-05-08";
17
18
src = fetchFromGitHub {
19
owner = "hrydgard";
20
repo = "ppsspp";
21
- rev = "a39eb4dc4ba05f5c7d292f7547a1502986b07e9f";
22
- hash = "sha256-MlNQMQY+0XDftaEOiiE+uZePYLsCzG4auRfqpw8Qzw4=";
+ rev = "732d05c2c136856a3f173574233a2431a015a6f5";
+ hash = "sha256-5PVN8qG0ONsro6jH/8rAIma+4DlKAUoS/6aUPqBqbe4=";
23
fetchSubmodules = true;
24
};
25
0 commit comments