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

libretro.stella: 0-unstable-2025-02-16 -> 0-unstable-2025-03-17 (#393532)

parents 4903ed65 bd57f94d
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-02-16";
  version = "0-unstable-2025-03-17";

  src = fetchFromGitHub {
    owner = "stella-emu";
    repo = "stella";
    rev = "dccefede9b9e0c1f08cb645ac4c1b922579b93fa";
    hash = "sha256-J9/6plYOa44ZeVWilJWSR5ZQF0bzZ8w5v272iIAOMxM=";
    rev = "aaa6c154750119905190da49569fa9e2de7bb97b";
    hash = "sha256-QephycS6p6KCAR5ryc8Nhx8jnFGHaY7kObT13RNU42Q=";
  };

  makefile = "Makefile";