Unverified Commit f8bb9b80 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.ppsspp: 0-unstable-2025-09-10 -> 0-unstable-2025-09-30 (#445105)

parents 99786436 0f5b14a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
mkLibretroCore {
  core = "ppsspp";
  version = "0-unstable-2025-09-10";
  version = "0-unstable-2025-09-30";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "a240cb24070700fbf73a1522338ebd60011a0daf";
    hash = "sha256-A4tqLVmW6Y4boQRf80N0upFS+s6P+TQRXB/i8rg/I4g=";
    rev = "2f4b1adc98d36a4d3fdd0a413d65a7a0b306ed4c";
    hash = "sha256-9azuw2uCwc1cpqnrqCBGp4uS2AHOc2gBJIaOTSullvs=";
    fetchSubmodules = true;
  };