Skip to content

Commit f33cb9d

Browse files
committed
libretro.ppsspp: 0-unstable-2025-05-19 -> 0-unstable-2025-05-29
1 parent 4420d42 commit f33cb9d

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/emulators/libretro/cores

1 file changed

+3
-3
lines changed

pkgs/applications/emulators/libretro/cores/ppsspp.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}:
1414
mkLibretroCore {
1515
core = "ppsspp";
16-
version = "0-unstable-2025-05-19";
16+
version = "0-unstable-2025-05-29";
1717

1818
src = fetchFromGitHub {
1919
owner = "hrydgard";
2020
repo = "ppsspp";
21-
rev = "48852ed81dbfb4b502a45eb632d4f999a892cc72";
22-
hash = "sha256-XgYu36byAxXTDsgq4Iz+VPWQNsPxXQP+hx+/MYZkm6k=";
21+
rev = "9bebc1233017c7869f8a3e1025026803d968ef81";
22+
hash = "sha256-Un97Xa7Nt+v7T356Gdk0EZTOPMmlkv6Xl/2dilGhsxw=";
2323
fetchSubmodules = true;
2424
};
2525

0 commit comments

Comments
 (0)