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 5bfb61f + f33cb9d commit 3c6a3ddCopy full SHA for 3c6a3dd
pkgs/applications/emulators/libretro/cores/ppsspp.nix
@@ -13,13 +13,13 @@
13
}:
14
mkLibretroCore {
15
core = "ppsspp";
16
- version = "0-unstable-2025-05-19";
+ version = "0-unstable-2025-05-29";
17
18
src = fetchFromGitHub {
19
owner = "hrydgard";
20
repo = "ppsspp";
21
- rev = "48852ed81dbfb4b502a45eb632d4f999a892cc72";
22
- hash = "sha256-XgYu36byAxXTDsgq4Iz+VPWQNsPxXQP+hx+/MYZkm6k=";
+ rev = "9bebc1233017c7869f8a3e1025026803d968ef81";
+ hash = "sha256-Un97Xa7Nt+v7T356Gdk0EZTOPMmlkv6Xl/2dilGhsxw=";
23
fetchSubmodules = true;
24
};
25
0 commit comments