This is a pretty simple thing to do. If you want to update spyder in the root environment then simply type conda update spyder in the terminal. But if you have a virtual environment where you need to update it then use the following command -
conda update -n $ENV_NAME spyder where $ENV_NAME is your environment name