libretro.ppsspp: 0-unstable-2026-05-25 -> 0-unstable-2026-06-03 (#527576)

This commit is contained in:
Thiago Kenji Okada
2026-06-03 15:23:24 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
core = "ppsspp";
version = "0-unstable-2026-05-25";
version = "0-unstable-2026-06-03";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "68296a4f75cc3c30b39ea6e82dac8c4e83fd41a4";
hash = "sha256-mME2g2a1HLGsby2ZV5S/brYAeHBhBCIUF5plQMQWLac=";
rev = "c9bededa26315b0a7564f72821ce61a5420c79b4";
hash = "sha256-bm83QjqhyployW+LzC3/AvR6qgEF9DpQrDqRAtI+4dU=";
fetchSubmodules = true;
};