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

libretro.play: 0-unstable-2025-07-01 -> 0-unstable-2025-07-09 (#424745)

parents 09a0874b 46d070c6
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-01";
  version = "0-unstable-2025-07-09";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "5fa3b71304aec0d2a70569bd38c87433f719e6ce";
    hash = "sha256-t61xAqghmOmZJzAxU2Ez1ALQ8jjuHZKwmrNoRA9L+4k=";
    rev = "ae9afb4e45e8de35382fb98c55d13dec9fcf8ed8";
    hash = "sha256-HWKhgGChPGhRmrXXbjEvBt0coGpQ1JAPUTd8Ze4yKww=";
    fetchSubmodules = true;
  };