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

libretro.play: 0-unstable-2026-03-02 -> 0-unstable-2026-03-13 (#499931)

parents 44f7b5e8 1e4816d5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
mkLibretroCore {
  core = "play";
  version = "0-unstable-2026-03-02";
  version = "0-unstable-2026-03-13";

  src = fetchFromGitHub {
    owner = "jpd002";
    repo = "Play-";
    rev = "7586f3a064b20f0b23325e460ab2122fb56aac80";
    hash = "sha256-MLpMkUHSIo+X7OWxjwGgs/xHsOBodmfwcF6PjAMzbRo=";
    rev = "560781c201f8877d39a084d7e6ab583ffa25aa09";
    hash = "sha256-Piwe54A1PNPfwy86bNMNhLsEYwwVqygysAvK6Iqt0mo=";
    fetchSubmodules = true;
  };