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

libretro.stella: 0-unstable-2025-05-21 -> 0-unstable-2025-06-12 (#417758)

parents d59e35ad a8622686
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "stella";
  version = "0-unstable-2025-05-21";
  version = "0-unstable-2025-06-12";

  src = fetchFromGitHub {
    owner = "stella-emu";
    repo = "stella";
    rev = "3d3f223a17fe065c7dee1ff440f0309eb8583009";
    hash = "sha256-RR6/zRqFUctWc+Rrbm+4Twk6GZwpPgYHgFP65sL6UN8=";
    rev = "ee0b96cd87710ad19aa47156d39df5a92c156a34";
    hash = "sha256-BnDF/UC3GiBC/06zBCDYrWA5cJPv7vtJ0grYgn5CcKo=";
  };

  makefile = "Makefile";