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

libretro.play: 0-unstable-2025-07-09 -> 0-unstable-2025-07-23 (#427101)

parents 3c95f082 636467f8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
  core = "play";
  version = "0-unstable-2025-07-09";
  version = "0-unstable-2025-07-23";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "ae9afb4e45e8de35382fb98c55d13dec9fcf8ed8";
    hash = "sha256-HWKhgGChPGhRmrXXbjEvBt0coGpQ1JAPUTd8Ze4yKww=";
    rev = "78c184bca1063d5482cbfad924af72dd23ebbff1";
    hash = "sha256-0n6PQqepc7xKVMf8slN9aOodzBbt7J2c68z7200q07M=";
    fetchSubmodules = true;
  };