libretro.ppsspp: 0-unstable-2025-01-14 -> 0-unstable-2025-03-15

This commit is contained in:
R. Ryantm
2025-03-16 00:15:39 +00:00
parent 882b04f6a2
commit b87b7f62c2
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
core = "ppsspp";
version = "0-unstable-2025-01-14";
version = "0-unstable-2025-03-15";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "841eb115e224dcdaa4b97f33ee0126fa00149c2a";
hash = "sha256-QnD13GxwW+B5ZdRRBhBwxUELwCwrlBsxBO0//elIfM4=";
rev = "60a2dd12bc6eebb9e7885bf77f91835d6ff07307";
hash = "sha256-I9v01nXxaE1JboJ3a4hxIi1Qw78mOaLWdSVikF1vv1I=";
fetchSubmodules = true;
};